home *** CD-ROM | disk | FTP | other *** search
- Path: news.eecs.umich.edu!usenet
- From: niranjan@eecs.umich.edu (Niranjan Ramakrishnan)
- Newsgroups: comp.lang.c
- Subject: Persistence support
- Date: 27 Mar 1996 18:53:28 -0500
- Organization: Department of EECS, University of Michigan, Ann Arbor
- Sender: niranjan@wits-end.eecs.umich.edu
- Message-ID: <iefraue6qkn.fsf@wits-end.eecs.umich.edu>
- NNTP-Posting-Host: wits-end.eecs.umich.edu
- X-Newsreader: Gnus v5.1
-
- Hi,
-
- Does any one know of any libraries etc that might exist out there to
- support persistence in C. My problem is I have an array of structures that
- contain pointers in them which I need to write to a file and retrieve later.
- However fwrite and fread won't work since it will just write the pointer
- value and not the actual value contained in the location pointed to. I
- heard that this is one of the big issues in persistence. Can some one
- help me?
-
- Thanks,
-
- Niranjan
- --
- - Niranjan
-
-